home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / kill-the-dragons.swf / scripts / frame_718 / DoAction.as
Encoding:
Text File  |  2011-12-21  |  166 b   |  12 lines

  1. if(_root.gameWin == "GAME OVER")
  2. {
  3.    _root.gotoAndPlay("gameOver");
  4. }
  5. else
  6. {
  7.    gotoAndStop("maininitialise");
  8.    play();
  9.    _root.level = 100;
  10. }
  11. stop();
  12.